//==============================================================================
// fish trap_anim.txt
//==============================================================================

//==============================================================================
define buoy
{
   set hotspot
   {
      version
      {
			Visual World A Bouy
      }
   }
}

//==============================================================================
anim Idle
{
      SetSelector 
      {
      	    ConstructionLogic 0 75
            set hotspot
            {
       		version
       		{
			Visual building a fishing trap
                                length 2
       		}
            }
            set hotspot
            {
       		version
       		{
			Visual building a fishing trap_constructiona
                                length 2
       		}
            }
            set hotspot
            {
       		version
       		{
			Visual building a fishing trap_constructionb
                                length 2
       		}
           }
     }
}

//==============================================================================
anim Death
{
      SetSelector 
      {
      	ConstructionLogic 0 75
      	set hotspot
      	{
       		version
       		{
			Visual building a fishing trap_death
       		}
      	}
	set hotspot
	{
		version
		{
			Visual building a fishing trap_constructiona
                                length 2
		}
	}
	set hotspot
	{
		version
		{
			Visual building a fishing trap_constructionB
                                length 2
		}
	   }
      }
}
